Home

GITA 2

We are learning HTML, CSS, and JavaScript this year to create websites and animation. If you want to check out some of my projects, feel free! Just click on the images and you can view them in the links they take you to.

Misinformation

This is a webpage that addresses how the misinformation demonstrated through social media has brainwashed society during the COVID-19 pandemic.

Tech Page

This is a webpage that discusses nanotechnology and its impact on future devlopments.

Business Card

This webpage shows a digital business card. (This doesn't actually provide my personal info. *cough* *cough*)

Collage

A simple webpage that shows a collage of the things I enjoy. Hope you like it!




GITA Gear

This is a GITA Merchandise webstore (digital store). It calculates the total and discounted expenses, depending on what you buy and what grade your in. Additionally it adds up how many of your brothers and/or sisters that are in or have taken GITA.




Recipe

This is a webpage that gives you instructions on how to make one of my favorite dishes, Red Thai Curry.




Dice Program

This is a webpage that allows you to manually "roll" dice through the click of a button and shows you the probability of each roll as well as the sum of what you rolled.




Craps

It uses the base code of the Dice Program, since it is based on the Las Vegas Craps game.




Circle Bounce

This webpage uses JavaScript and HTML to animate two balls bouncing within a canvas, and when they come in contact with each other, the bigger ball absorbs the smaller one and continues bouncing in its path.




Invader Climb

An animation of an invader who starts at the bottom of a canvas and makes its way to the top by moving up constantly, but also moving left or right randomly. If it hits the side before reaching the top, it resets at the bottom. If it reaches the top without hitting sides, then you win!




Pong

This is an animated webpage based on the 1972 game, "Pong." You play against an AI and use the left and right arrows to move.

Tank

This is a basic tank game where you fire at an enemy tank and score points off of each shot (use four arrow keys to move and spacebar to shoot).

Circle Bounce

This is a basic animation where 5 balls bounce around the screen at random speeds and a square bounces around as well, however, it turns the balls white when it touches them.

Tank Upgrade

This is an upgrade from the basic tank game where you are targeted by 5 enemy tanks and each take 3 hits to kill (use four arrow keys to move and spacebar to shoot). Additionally there are two gems: the yellow one gives you 1 point and the purple one takes 1 point away so be wary.

Cyber Security

This is a cyber security website covering two different topics on internet safety.

Helicopter

This is a simple simulation of a helicopter flying around while birds fly around as well. The helicopter loses health when it collides with a bird and is constantly being pulled down by gravity. Try not to hit the ground.

Number Array

This program generates 100 random numbers in order of lowest to highest, provides the average, lowest, and highest numbers, sorts the even numbers, and then sorts the numbers from highest to lowest.

Minesweeper

My final project for GITA 2; this project is based off of the Microsoft Windows game developed in 1989 in which the player's objective is to clear the board without clicking on any hidden bombs (mines) located randomly on any square. There are number squares on the board that give you hints as to where the bombs are located.